PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraphCollection Class / add Method / add(String) Method
Paragraph content.
In This Topic
    add(String) Method
    In This Topic
    Creates a new paragraph with the specified content and adds it to the collection.
    Syntax
    public PDFFormattedParagraph add( 
       java.lang.String content
    )

    Parameters

    content
    Paragraph content.

    Return Value

    The new paragraph.
    Exceptions
    ExceptionDescription
    When content is null.
    See Also